.sidebarnews {
  background: #ffffff;
  border-radius: 2px;
}

.sidebarnews .header {
  display: flex;
  align-items: center;
}

.sidebarnews .header .img {
  width: 23px;
  height: 23px;
}

.sidebarnews .header .title {
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
}

.sidebarnews .posterkey {
  margin-top: 21px;
  width: 228px;
  /* min-height: 201px; */
  border-radius: 2px;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebarnews .posterimg {
  width: 228px;
  height: 152px;
  /*background: orange;*/
}

.sidebarnews .posterdes {
  margin-top: 11px;
  margin-bottom: 11px;
  width: 202px;
  height: 50px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-align: left;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sidebarnews .posterdes:hover {
  color: #1a5ac3 !important;
}

.sidebarnews .newlist {
  text-align: left;
  margin-top: 17px;
}
